From dfd35f496ba647e6d8dd099c1db3f4cb7e6ba413 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Thu, 24 Jul 2003 01:54:31 +0000 Subject: [PATCH] (Abbrev Expansion): Use \s syntax in example. --- lispref/abbrevs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index f549c38d025..e7ba0d8e8fa 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi @@ -340,7 +340,7 @@ aborts expansion if it is not confirmed. ;; @r{acceptable; the return value has no effect on expansion.} (defun query-if-not-space () - (if (/= ?\ (preceding-char)) + (if (/= ?\s (preceding-char)) (if (not (y-or-n-p "Do you want to expand this abbrev? ")) (error "Not expanding this abbrev")))) @end smallexample -- 2.30.2